home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
boxe1.swf
/
scripts
/
DefineButton2_495
/
BUTTONCONDACTION on(keyPress Space).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
176 b
|
12 lines
on(keyPress "<Space>"){
if(eval("/:pos") == "0")
{
play();
tellTarget("/p")
{
gotoAndStop("block");
play();
}
}
}